/*Get all columns from a table (sql server)*/ SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'table name';